runtime.functype.outCount (field)

5 uses

	runtime (current package)
		type.go#L310: 	outCount := t.outCount & (1<<15 - 1)
		type.go#L315: 	return t.outCount&(1<<15) != 0
		type.go#L400: 	outCount uint16
		type.go#L620: 		if ft.outCount != fv.outCount || ft.inCount != fv.inCount {